home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr04 / fontjd61.zip / MAKELANH.DOC < prev    next >
Text File  |  1993-07-01  |  1KB  |  31 lines

  1. 2 July 1988
  2.  
  3. This version of MAKELAND is based upon that found in the archive
  4. SFUTIL.  It has been modified to convert Hewlett-Packard style
  5. soft-fonts with 64 byte headers from portrait to landscape style.
  6. It will do so automatically, writing the resultant font to a
  7. filename which is the same as the input filename except that the
  8. last letter of the file's .ext (normally a 'P') will be changed to
  9. an 'L'.
  10.  
  11. The original MAKELAND from SFUTIL would truncate soft-font headers
  12. to 26 bytes, then write the character headers and data. Restoration
  13. of the headers in the resulting landscape fonts produced by that
  14. program had to be done by using DEBUG to do block moves, filling in
  15. the last 38 bytes of the header manually, and then adjusting the
  16. CX register to reflect the changed length of the file before writing
  17. it out again. Worse, it was extremely tedious to perform these
  18. operations on font files over 64k in length.
  19.  
  20. Wish I'd thought of doing this before manually restoring the headers on
  21. over 100 landscape font files!
  22.  
  23. Bug reports to:
  24.  
  25. Tom Bering -  CIS  73545,1023   or,
  26.        -  Cooperworks & Jamestown LASER BBS (608) 271-3685
  27.  
  28.  
  29. Source code next time if there're no serious problems with this program.
  30.  
  31.